toggle menu
smartposapi-core
1.7.1
androidJvm
switch theme
search in API
smartposapi-core
/
com.worldline.smartposapi.core.dto.cardreader
/
NfcCommandResponse
Nfc
Command
Response
data
class
NfcCommandResponse
(
val
responseData
:
ByteArray
?
,
val
status
:
CardReadStatus
,
val
errorMessage
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Nfc
Command
Response
Link copied to clipboard
constructor
(
responseData
:
ByteArray
?
,
status
:
CardReadStatus
,
errorMessage
:
String
?
=
null
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
=
null
response
Data
Link copied to clipboard
val
responseData
:
ByteArray
?
status
Link copied to clipboard
val
status
:
CardReadStatus
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)